(logo)  AWeb ARexx Commands

Currently a very rudimentary command set is implemented. More commands will be added in the future.

Available commands are:

OPEN URL/A,RELOAD/S
Retrieve and show the document for this URL.
The RELOAD switch will reload the document even it is still in the document cache.

RELOAD
Reload the current document.

GET ITEM/A
Get information from the document in this window. The ITEM argument determines the information to return:
URL
Retrieve the URL of the document.
SOURCE
Retrieve the HTML source of the document.
TITLE
Retrieve the title of the document. If no title was defined in the document, the document's URL is returned.

The information is returned in the reserved variable RESULT.

ACTIVATEWINDOW
Make this window the active window.

WINDOWTOFRONT
Move this window in front of all other windows on the screen.

WINDOWTOBACK
Move this window to the back of all other windows on the screen.

CLOSE FORCE/S
Close this window.
The FORCE switch suppresses the "Are you sure" requester if this was the last window.

QUIT FORCE/S
Quit AWeb.
The FORCE switch suppresses the "Are you sure" requester.

Back to port names, up to arexx, or on to return codes